xml/Microsoft.Azure.Documents.Client/FeedResponse`1.xml (1,074 lines of code) (raw):

<Type Name="FeedResponse&lt;T&gt;" FullName="Microsoft.Azure.Documents.Client.FeedResponse&lt;T&gt;"> <TypeSignature Language="C#" Value="public class FeedResponse&lt;T&gt; : Microsoft.Azure.Documents.Client.IFeedResponse&lt;T&gt;, System.Collections.Generic.IEnumerable&lt;T&gt;, System.Dynamic.IDynamicMetaObjectProvider" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit FeedResponse`1&lt;T&gt; extends System.Object implements class Microsoft.Azure.Documents.Client.IFeedResponse`1&lt;!T&gt;, class System.Collections.Generic.IEnumerable`1&lt;!T&gt;, class System.Collections.IEnumerable, class System.Dynamic.IDynamicMetaObjectProvider" /> <TypeSignature Language="DocId" Value="T:Microsoft.Azure.Documents.Client.FeedResponse`1" /> <TypeSignature Language="VB.NET" Value="Public Class FeedResponse(Of T)&#xA;Implements IDynamicMetaObjectProvider, IEnumerable(Of T), IFeedResponse(Of T)" /> <TypeSignature Language="F#" Value="type FeedResponse&lt;'T&gt; = class&#xA; interface seq&lt;'T&gt;&#xA; interface IEnumerable&#xA; interface IDynamicMetaObjectProvider&#xA; interface IFeedResponse&lt;'T&gt;" /> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.14.0.0</AssemblyVersion> <AssemblyVersion>2.14.1.0</AssemblyVersion> <AssemblyVersion>2.15.0.0</AssemblyVersion> <AssemblyVersion>2.16.0.0</AssemblyVersion> <AssemblyVersion>2.16.1.0</AssemblyVersion> <AssemblyVersion>2.16.2.0</AssemblyVersion> <AssemblyVersion>2.17.0.0</AssemblyVersion> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.14.0.0</AssemblyVersion> <AssemblyVersion>2.14.1.0</AssemblyVersion> <AssemblyVersion>2.15.0.0</AssemblyVersion> <AssemblyVersion>2.16.0.0</AssemblyVersion> <AssemblyVersion>2.16.1.0</AssemblyVersion> <AssemblyVersion>2.16.2.0</AssemblyVersion> <AssemblyVersion>2.17.0.0</AssemblyVersion> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <TypeParameters> <TypeParameter Name="T" /> </TypeParameters> <Base> <BaseTypeName>System.Object</BaseTypeName> </Base> <Interfaces> <Interface> <InterfaceName>Microsoft.Azure.Documents.Client.IFeedResponse&lt;T&gt;</InterfaceName> </Interface> <Interface> <InterfaceName>System.Collections.Generic.IEnumerable&lt;T&gt;</InterfaceName> </Interface> <Interface> <InterfaceName>System.Collections.IEnumerable</InterfaceName> </Interface> <Interface> <InterfaceName>System.Dynamic.IDynamicMetaObjectProvider</InterfaceName> </Interface> </Interfaces> <Docs> <typeparam name="T">The feed type.</typeparam> <summary> Represents the template class used by feed methods (enumeration operations) for the Azure Cosmos DB service. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public FeedResponse ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Client.FeedResponse`1.#ctor" /> <MemberSignature Language="VB.NET" Value="Public Sub New ()" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <Parameters /> <Docs> <summary> Constructor exposed for mocking purposes. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public FeedResponse (System.Collections.Generic.IEnumerable&lt;T&gt; result);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Collections.Generic.IEnumerable`1&lt;!T&gt; result) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Client.FeedResponse`1.#ctor(System.Collections.Generic.IEnumerable{`0})" /> <MemberSignature Language="VB.NET" Value="Public Sub New (result As IEnumerable(Of T))" /> <MemberSignature Language="F#" Value="new Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt; : seq&lt;'T&gt; -&gt; Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;" Usage="new Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt; result" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <Parameters> <Parameter Name="result" Type="System.Collections.Generic.IEnumerable&lt;T&gt;" /> </Parameters> <Docs> <param name="result" /> <summary> Constructor exposed for mocking purposes. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ActivityId"> <MemberSignature Language="C#" Value="public string ActivityId { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string ActivityId" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.ActivityId" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property ActivityId As String" /> <MemberSignature Language="F#" Value="member this.ActivityId : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.ActivityId" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the activity ID for the request from the Azure Cosmos DB service. </summary> <value> The activity ID for the request. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CollectionQuota"> <MemberSignature Language="C#" Value="public long CollectionQuota { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 CollectionQuota" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.CollectionQuota" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property CollectionQuota As Long" /> <MemberSignature Language="F#" Value="member this.CollectionQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.CollectionQuota" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.CollectionQuota</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the maximum quota for collection resources within an account from the Azure Cosmos DB service. </summary> <value> The maximum quota for the account. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CollectionSizeQuota"> <MemberSignature Language="C#" Value="public long CollectionSizeQuota { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 CollectionSizeQuota" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.CollectionSizeQuota" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property CollectionSizeQuota As Long" /> <MemberSignature Language="F#" Value="member this.CollectionSizeQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.CollectionSizeQuota" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.CollectionSizeQuota</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the maximum size of a collection in kilobytes from the Azure Cosmos DB service. </summary> <value> Quota in kilobytes. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CollectionSizeUsage"> <MemberSignature Language="C#" Value="public long CollectionSizeUsage { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 CollectionSizeUsage" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.CollectionSizeUsage" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property CollectionSizeUsage As Long" /> <MemberSignature Language="F#" Value="member this.CollectionSizeUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.CollectionSizeUsage" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.CollectionSizeUsage</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the current size of a collection in kilobytes from the Azure Cosmos DB service. </summary> <value>To be added.</value> <remarks>To be added.</remarks> <vallue> Current collection size in kilobytes. </vallue> </Docs> </Member> <Member MemberName="CollectionUsage"> <MemberSignature Language="C#" Value="public long CollectionUsage { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 CollectionUsage" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.CollectionUsage" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property CollectionUsage As Long" /> <MemberSignature Language="F#" Value="member this.CollectionUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.CollectionUsage" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.CollectionUsage</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the current number of collection resources within the account from the Azure Cosmos DB service. </summary> <value> The number of collections. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ContentLocation"> <MemberSignature Language="C#" Value="public string ContentLocation { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string ContentLocation" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.ContentLocation" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property ContentLocation As String" /> <MemberSignature Language="F#" Value="member this.ContentLocation : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.ContentLocation" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.ContentLocation</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the content parent location, for example, dbs/foo/colls/bar, from the Azure Cosmos DB service. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Count"> <MemberSignature Language="C#" Value="public int Count { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int32 Count" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.Count" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property Count As Integer" /> <MemberSignature Language="F#" Value="member this.Count : int" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.Count" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Docs> <summary> Gets the number of items returned in the response from the Azure Cosmos DB service. </summary> <value> Count of items in the response. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CurrentResourceQuotaUsage"> <MemberSignature Language="C#" Value="public string CurrentResourceQuotaUsage { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string CurrentResourceQuotaUsage" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.CurrentResourceQuotaUsage" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property CurrentResourceQuotaUsage As String" /> <MemberSignature Language="F#" Value="member this.CurrentResourceQuotaUsage : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.CurrentResourceQuotaUsage" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.CurrentResourceQuotaUsage</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the current size of this entity from the Azure Cosmos DB service. </summary> <value> The current size for this entity. Measured in kilobytes for document resources and in counts for other resources. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DatabaseQuota"> <MemberSignature Language="C#" Value="public long DatabaseQuota { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 DatabaseQuota" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.DatabaseQuota" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property DatabaseQuota As Long" /> <MemberSignature Language="F#" Value="member this.DatabaseQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.DatabaseQuota" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.DatabaseQuota</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the maximum quota for database resources within the account from the Azure Cosmos DB service. </summary> <value> The maximum quota for the account. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DatabaseUsage"> <MemberSignature Language="C#" Value="public long DatabaseUsage { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 DatabaseUsage" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.DatabaseUsage" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property DatabaseUsage As Long" /> <MemberSignature Language="F#" Value="member this.DatabaseUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.DatabaseUsage" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.DatabaseUsage</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the current number of database resources within the account from the Azure Cosmos DB service. </summary> <value> The number of databases. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ETag"> <MemberSignature Language="C#" Value="public string ETag { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string ETag" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.ETag" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property ETag As String" /> <MemberSignature Language="F#" Value="member this.ETag : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.ETag" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the entity tag associated with last transaction in the Azure Cosmos DB service, which can be used as If-Non-Match Access condition for ReadFeed REST request or ContinuationToken property of <see cref="T:Microsoft.Azure.Documents.Client.ChangeFeedOptions" /> parameter for <see cref="M:Microsoft.Azure.Documents.Client.DocumentClient.CreateDocumentChangeFeedQuery(System.String,Microsoft.Azure.Documents.Client.ChangeFeedOptions)" /> to get feed changes since the transaction specified by this entity tag. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetEnumerator"> <MemberSignature Language="C#" Value="public System.Collections.Generic.IEnumerator&lt;T&gt; GetEnumerator ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Collections.Generic.IEnumerator`1&lt;!T&gt; GetEnumerator() cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Client.FeedResponse`1.GetEnumerator" /> <MemberSignature Language="VB.NET" Value="Public Function GetEnumerator () As IEnumerator(Of T)" /> <MemberSignature Language="F#" Value="abstract member GetEnumerator : unit -&gt; System.Collections.Generic.IEnumerator&lt;'T&gt;&#xA;override this.GetEnumerator : unit -&gt; System.Collections.Generic.IEnumerator&lt;'T&gt;" Usage="feedResponse.GetEnumerator " /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.Collections.Generic.IEnumerable`1.GetEnumerator</InterfaceMember> <InterfaceMember>M:Microsoft.Azure.Documents.Client.IFeedResponse`1.GetEnumerator</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Collections.Generic.IEnumerator&lt;T&gt;</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Returns an enumerator that iterates through a collection from the Azure Cosmos DB service. </summary> <returns>An IEnumerator object that can be used to iterate through the collection. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="IsRUPerMinuteUsed"> <MemberSignature Language="C#" Value="public bool IsRUPerMinuteUsed { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool IsRUPerMinuteUsed" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.IsRUPerMinuteUsed" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property IsRUPerMinuteUsed As Boolean" /> <MemberSignature Language="F#" Value="member this.IsRUPerMinuteUsed : bool" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.IsRUPerMinuteUsed" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> Gets the flag associated with the response from the Azure Cosmos DB service whether this feed request is served from Request Units(RUs)/minute capacity or not. </summary> <value> True if this request is served from RUs/minute capacity. Otherwise, false. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="MaxResourceQuota"> <MemberSignature Language="C#" Value="public string MaxResourceQuota { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string MaxResourceQuota" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.MaxResourceQuota" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property MaxResourceQuota As String" /> <MemberSignature Language="F#" Value="member this.MaxResourceQuota : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.MaxResourceQuota" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.MaxResourceQuota</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the maximum size limit for this entity from the Azure Cosmos DB service. </summary> <value> The maximum size limit for this entity. Measured in kilobytes for document resources and in counts for other resources. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="PermissionQuota"> <MemberSignature Language="C#" Value="public long PermissionQuota { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 PermissionQuota" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.PermissionQuota" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property PermissionQuota As Long" /> <MemberSignature Language="F#" Value="member this.PermissionQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.PermissionQuota" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.PermissionQuota</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the maximum quota for permission resources within an account from the Azure Cosmos DB service. </summary> <value> The maximum quota for the account. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="PermissionUsage"> <MemberSignature Language="C#" Value="public long PermissionUsage { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 PermissionUsage" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.PermissionUsage" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property PermissionUsage As Long" /> <MemberSignature Language="F#" Value="member this.PermissionUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.PermissionUsage" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.PermissionUsage</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the current number of permission resources within the account from the Azure Cosmos DB service. </summary> <value> The number of permissions. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="QueryMetrics"> <MemberSignature Language="C#" Value="public System.Collections.Generic.IReadOnlyDictionary&lt;string,Microsoft.Azure.Documents.QueryMetrics&gt; QueryMetrics { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IReadOnlyDictionary`2&lt;string, class Microsoft.Azure.Documents.QueryMetrics&gt; QueryMetrics" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.QueryMetrics" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property QueryMetrics As IReadOnlyDictionary(Of String, QueryMetrics)" /> <MemberSignature Language="F#" Value="member this.QueryMetrics : System.Collections.Generic.IReadOnlyDictionary&lt;string, Microsoft.Azure.Documents.QueryMetrics&gt;" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.QueryMetrics" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Collections.Generic.IReadOnlyDictionary&lt;System.String,Microsoft.Azure.Documents.QueryMetrics&gt;</ReturnType> </ReturnValue> <Docs> <summary> Get <see cref="T:Microsoft.Azure.Documents.QueryMetrics" /> for each individual partition in the Azure Cosmos DB service </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="RequestCharge"> <MemberSignature Language="C#" Value="public double RequestCharge { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance float64 RequestCharge" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.RequestCharge" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property RequestCharge As Double" /> <MemberSignature Language="F#" Value="member this.RequestCharge : double" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.RequestCharge" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.RequestCharge</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Double</ReturnType> </ReturnValue> <Docs> <summary> Gets the request charge for this request from the Azure Cosmos DB service. </summary> <value> The request charge measured in reqest units. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="RequestDiagnosticsString"> <MemberSignature Language="C#" Value="public string RequestDiagnosticsString { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string RequestDiagnosticsString" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.RequestDiagnosticsString" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property RequestDiagnosticsString As String" /> <MemberSignature Language="F#" Value="member this.RequestDiagnosticsString : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.RequestDiagnosticsString" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets a dump for troubleshooting the request. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ResponseContinuation"> <MemberSignature Language="C#" Value="public string ResponseContinuation { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string ResponseContinuation" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.ResponseContinuation" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property ResponseContinuation As String" /> <MemberSignature Language="F#" Value="member this.ResponseContinuation : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.ResponseContinuation" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the continuation token to be used for continuing enumeration of the Azure Cosmos DB service. </summary> <value> The continuation token to be used for continuing enumeration. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ResponseHeaders"> <MemberSignature Language="C#" Value="public System.Collections.Specialized.NameValueCollection ResponseHeaders { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Specialized.NameValueCollection ResponseHeaders" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.ResponseHeaders" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property ResponseHeaders As NameValueCollection" /> <MemberSignature Language="F#" Value="member this.ResponseHeaders : System.Collections.Specialized.NameValueCollection" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.ResponseHeaders" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.ResponseHeaders</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Collections.Specialized.NameValueCollection</ReturnType> </ReturnValue> <Docs> <summary> Gets the response headers from the Azure Cosmos DB service. </summary> <value> The response headers. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SessionToken"> <MemberSignature Language="C#" Value="public string SessionToken { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string SessionToken" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.SessionToken" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property SessionToken As String" /> <MemberSignature Language="F#" Value="member this.SessionToken : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.SessionToken" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.SessionToken</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the session token for use in sesssion consistency reads from the Azure Cosmos DB service. </summary> <value> The session token for use in session consistency. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StoredProceduresQuota"> <MemberSignature Language="C#" Value="public long StoredProceduresQuota { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 StoredProceduresQuota" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.StoredProceduresQuota" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property StoredProceduresQuota As Long" /> <MemberSignature Language="F#" Value="member this.StoredProceduresQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.StoredProceduresQuota" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.StoredProceduresQuota</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the maximum quota of stored procedures for a collection from the Azure Cosmos DB service. </summary> <value> The maximum quota. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StoredProceduresUsage"> <MemberSignature Language="C#" Value="public long StoredProceduresUsage { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 StoredProceduresUsage" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.StoredProceduresUsage" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property StoredProceduresUsage As Long" /> <MemberSignature Language="F#" Value="member this.StoredProceduresUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.StoredProceduresUsage" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.StoredProceduresUsage</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the current number of stored procedures for a collection from the Azure Cosmos DB service. </summary> <value> Current number of stored procedures. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="System.Collections.IEnumerable.GetEnumerator"> <MemberSignature Language="C#" Value="System.Collections.IEnumerator IEnumerable.GetEnumerator ();" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Client.FeedResponse`1.System#Collections#IEnumerable#GetEnumerator" /> <MemberSignature Language="VB.NET" Value="Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator" /> <MemberSignature Language="F#" Value="abstract member System.Collections.IEnumerable.GetEnumerator : unit -&gt; System.Collections.IEnumerator&#xA;override this.System.Collections.IEnumerable.GetEnumerator : unit -&gt; System.Collections.IEnumerator" Usage="feedResponse.System.Collections.IEnumerable.GetEnumerator " /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.Collections.IEnumerable.GetEnumerator</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Collections.IEnumerator</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject"> <MemberSignature Language="C#" Value="System.Dynamic.DynamicMetaObject IDynamicMetaObjectProvider.GetMetaObject (System.Linq.Expressions.Expression parameter);" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class System.Dynamic.DynamicMetaObject System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(class System.Linq.Expressions.Expression parameter) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Client.FeedResponse`1.System#Dynamic#IDynamicMetaObjectProvider#GetMetaObject(System.Linq.Expressions.Expression)" /> <MemberSignature Language="VB.NET" Value="Function GetMetaObject (parameter As Expression) As DynamicMetaObject Implements IDynamicMetaObjectProvider.GetMetaObject" /> <MemberSignature Language="F#" Value="abstract member System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject : System.Linq.Expressions.Expression -&gt; System.Dynamic.DynamicMetaObject&#xA;override this.System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject : System.Linq.Expressions.Expression -&gt; System.Dynamic.DynamicMetaObject" Usage="feedResponse.System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject parameter" /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Dynamic.DynamicMetaObject</ReturnType> </ReturnValue> <Parameters> <Parameter Name="parameter" Type="System.Linq.Expressions.Expression" /> </Parameters> <Docs> <param name="parameter">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="TriggersQuota"> <MemberSignature Language="C#" Value="public long TriggersQuota { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 TriggersQuota" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.TriggersQuota" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property TriggersQuota As Long" /> <MemberSignature Language="F#" Value="member this.TriggersQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.TriggersQuota" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.TriggersQuota</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the maximum quota of triggers for a collection from the Azure Cosmos DB service. </summary> <value> The maximum quota. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="TriggersUsage"> <MemberSignature Language="C#" Value="public long TriggersUsage { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 TriggersUsage" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.TriggersUsage" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property TriggersUsage As Long" /> <MemberSignature Language="F#" Value="member this.TriggersUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.TriggersUsage" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.TriggersUsage</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Get the current number of triggers for a collection from the Azure Cosmos DB service. </summary> <value> Current number of triggers. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UserDefinedFunctionsQuota"> <MemberSignature Language="C#" Value="public long UserDefinedFunctionsQuota { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 UserDefinedFunctionsQuota" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.UserDefinedFunctionsQuota" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property UserDefinedFunctionsQuota As Long" /> <MemberSignature Language="F#" Value="member this.UserDefinedFunctionsQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.UserDefinedFunctionsQuota" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.UserDefinedFunctionsQuota</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the maximum quota of user defined functions for a collection from the Azure Cosmos DB service. </summary> <value> Maximum quota. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UserDefinedFunctionsUsage"> <MemberSignature Language="C#" Value="public long UserDefinedFunctionsUsage { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 UserDefinedFunctionsUsage" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.UserDefinedFunctionsUsage" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property UserDefinedFunctionsUsage As Long" /> <MemberSignature Language="F#" Value="member this.UserDefinedFunctionsUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.UserDefinedFunctionsUsage" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.UserDefinedFunctionsUsage</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the current number of user defined functions for a collection from the Azure Cosmos DB service. </summary> <value> Current number of user defined functions. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UserQuota"> <MemberSignature Language="C#" Value="public long UserQuota { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 UserQuota" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.UserQuota" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property UserQuota As Long" /> <MemberSignature Language="F#" Value="member this.UserQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.UserQuota" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.UserQuota</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the maximum quota for user resources within an account from the Azure Cosmos DB service. </summary> <value> The maximum quota for the account. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UserUsage"> <MemberSignature Language="C#" Value="public long UserUsage { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int64 UserUsage" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.UserUsage" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property UserUsage As Long" /> <MemberSignature Language="F#" Value="member this.UserUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse&lt;'T&gt;.UserUsage" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.UserUsage</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> <AssemblyVersion>2.18.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int64</ReturnType> </ReturnValue> <Docs> <summary> Gets the current number of user resources within the account from the Azure Cosmos DB service. </summary> <value> The number of users. </value> <remarks>To be added.</remarks> </Docs> </Member> </Members> </Type>